home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / HWGdiffP1_2_6.lha / diffutils-2.6 / src / amiga.c < prev    next >
Encoding:
Text File  |  1993-12-18  |  828 b   |  22 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        *
  3.  *  $Id$
  4.  *
  5.  *  $Log$
  6.  *                                                                        */
  7. /*------------------------------------------------------------------------*/
  8.  
  9. /*------------------------------------------------------------------------*/
  10. /* This is magic to make the SAS/C startup automatically set up the
  11.    correct stack size for us. With >=6.3 this is supposed to work. */
  12. long __stack = 32768;
  13.  
  14. /*------------------------------------------------------------------------*/
  15. /* This is a good place for the version! */
  16. char HWGversion[] = PRGVERSION;
  17.  
  18. /*------------------------------------------------------------------------*/
  19.  
  20. /* Ende des Quelltextes */
  21.  
  22.